    /* A:link refers to all links on the page - not just the RSS content... */
    A:link {
	color : #CC3300;
}
    A:visited {
	color : #666666;
	font-weight : bold;
}

    /* these are the RSS classes - you can adapt them as you see fit
       values here override the defaults... */

    .rssxpresschannel {
	font-family : "Trebuchet MS", Verdana;
	text-align : center;
    }

    .rssxpresschtitle {
	font-size : 13px;
	color : #B70404;
    }

    .rssxpresschdesc {
	color : black;
	text-align : left;
    }

    .rssxpressittitle {
	font-size : 12px;
	background-color : #FFFFFF;
    } 

    .rssxpressitdesc {
	padding-bottom : 10pt;
    }

    .rssxpresstable {
	text-align : left;
    }

    /* rssxpressdivider is a special case - it is a single pixel, single column row on the rssxpress
       channel - to alter it's colour just change the background-color image. */

    .rssxpressdivider {
	background-color : #FFFFFF;
    }

